home *** CD-ROM | disk | FTP | other *** search
- this.sound_mc.gotoAndStop("ok");
- bonus_num1 = 200;
- bonus_num2 = (30 - Math.ceil(this.menu_mc.calendar_mc._currentframe / 4)) * 2;
- bonus_num3 = 100;
- score += bonus_num1 + bonus_num2 + bonus_num3 + total_cost - bonus_num1;
- _root.sue_money += score;
- won_total = score;
- _root.FNsend4();
-